home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Learning Director.dcr / Internal_18_SS_LessonBody(K2).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  169 b   |  14 lines

  1. on exitFrame
  2.   sound stop 2
  3.   if GG(#gPaused) then
  4.     go(the frame)
  5.     if soundBusy(1) then
  6.       sound stop 1
  7.     end if
  8.   end if
  9. end
  10.  
  11. on mouseDown
  12.   MD.Lesson()
  13. end
  14.